home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / fm42ch.exe / {app} / Foxmail.exe / 0 / RCDATA / TFRMTOOLBARSETUP2 / TFRMTOOLBARSETUP2.txt < prev   
Text File  |  2002-07-04  |  5KB  |  227 lines

  1. object frmToolBarSetup2: TfrmToolBarSetup2
  2.   Left = 155
  3.   Top = 187
  4.   BorderStyle = bsDialog
  5.   Caption = 'ToolBar Setup'
  6.   ClientHeight = 238
  7.   ClientWidth = 548
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnDragOver = FormDragOver
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 192
  24.     Top = 192
  25.     Width = 76
  26.     Height = 13
  27.     Caption = 'Caption Option :'
  28.   end
  29.   object Label2: TLabel
  30.     Left = 192
  31.     Top = 216
  32.     Width = 61
  33.     Height = 13
  34.     Caption = 'Icon Option :'
  35.   end
  36.   object Label3: TLabel
  37.     Left = 8
  38.     Top = 8
  39.     Width = 104
  40.     Height = 13
  41.     Caption = 'Available ToolButton :'
  42.   end
  43.   object Label4: TLabel
  44.     Left = 280
  45.     Top = 8
  46.     Width = 103
  47.     Height = 13
  48.     Caption = 'Selected ToolButton :'
  49.     OnDragOver = Label4DragOver
  50.   end
  51.   object ImgInsert: TImage
  52.     Left = 264
  53.     Top = 24
  54.     Width = 16
  55.     Height = 17
  56.     Picture.Data = {<image000.bmp>}
  57.     Transparent = True
  58.     Visible = False
  59.   end
  60.   object btnAdd: TButton
  61.     Left = 192
  62.     Top = 64
  63.     Width = 75
  64.     Height = 25
  65.     Caption = '&Add ->'
  66.     TabOrder = 0
  67.     OnClick = btnAddClick
  68.   end
  69.   object btnRemove: TButton
  70.     Left = 192
  71.     Top = 104
  72.     Width = 75
  73.     Height = 25
  74.     Caption = '<- &Remove'
  75.     TabOrder = 1
  76.     OnClick = btnRemoveClick
  77.   end
  78.   object cbCaption: TComboBox
  79.     Left = 280
  80.     Top = 184
  81.     Width = 177
  82.     Height = 21
  83.     Style = csDropDownList
  84.     ItemHeight = 13
  85.     TabOrder = 2
  86.     OnChange = cbCaptionChange
  87.     Items.Strings = (
  88.       'Show all captions at the bottom'
  89.       'Show some captions at the right'
  90.       'No captions')
  91.   end
  92.   object cbIcon: TComboBox
  93.     Left = 280
  94.     Top = 208
  95.     Width = 177
  96.     Height = 21
  97.     Style = csDropDownList
  98.     ItemHeight = 13
  99.     TabOrder = 3
  100.     OnChange = cbIconChange
  101.     Items.Strings = (
  102.       'Large Icon'
  103.       'Small Icon')
  104.   end
  105.   object btnClose: TButton
  106.     Left = 464
  107.     Top = 24
  108.     Width = 75
  109.     Height = 25
  110.     Cancel = True
  111.     Caption = '&Close'
  112.     ModalResult = 2
  113.     TabOrder = 4
  114.     OnClick = btnCloseClick
  115.   end
  116.   object btnReset: TButton
  117.     Left = 464
  118.     Top = 56
  119.     Width = 75
  120.     Height = 25
  121.     Caption = 'R&eset'
  122.     TabOrder = 5
  123.     OnClick = btnResetClick
  124.   end
  125.   object btnMoveUp: TButton
  126.     Left = 464
  127.     Top = 120
  128.     Width = 75
  129.     Height = 25
  130.     Caption = 'Move &up'
  131.     TabOrder = 6
  132.     OnClick = btnMoveUpClick
  133.   end
  134.   object btnMoveDown: TButton
  135.     Left = 464
  136.     Top = 152
  137.     Width = 75
  138.     Height = 25
  139.     Caption = 'Move &down'
  140.     TabOrder = 7
  141.     OnClick = btnMoveDownClick
  142.   end
  143.   object btnNew: TButton
  144.     Left = 16
  145.     Top = 184
  146.     Width = 75
  147.     Height = 25
  148.     Caption = '&New Button'
  149.     TabOrder = 8
  150.     OnClick = btnNewClick
  151.   end
  152.   object btnDelete: TButton
  153.     Left = 104
  154.     Top = 184
  155.     Width = 75
  156.     Height = 25
  157.     Caption = '&Delete Button'
  158.     TabOrder = 9
  159.     OnClick = btnDeleteClick
  160.   end
  161.   object lbRemain: TZListBox
  162.     Left = 8
  163.     Top = 24
  164.     Width = 177
  165.     Height = 153
  166.     DragMode = dmAutomatic
  167.     ItemHeight = 22
  168.     PopupMenu = PM_Remain
  169.     Style = lbOwnerDrawFixed
  170.     TabOrder = 10
  171.     OnDblClick = lbRemainDblClick
  172.     OnDrawItem = lbRemainDrawItem
  173.     OnEndDrag = lbRemainEndDrag
  174.     OnEnter = lbRemainEnter
  175.     OnChange = lbRemainChange
  176.   end
  177.   object lbSelected: TZListBox
  178.     Left = 280
  179.     Top = 24
  180.     Width = 177
  181.     Height = 153
  182.     DragMode = dmAutomatic
  183.     ItemHeight = 13
  184.     Style = lbOwnerDrawFixed
  185.     TabOrder = 11
  186.     OnDblClick = lbSelectedDblClick
  187.     OnDragDrop = lbSelectedDragDrop
  188.     OnDragOver = lbSelectedDragOver
  189.     OnDrawItem = lbRemainDrawItem
  190.     OnEndDrag = lbSelectedEndDrag
  191.     OnEnter = lbRemainEnter
  192.     OnStartDrag = lbSelectedStartDrag
  193.     OnChange = lbRemainChange
  194.   end
  195.   object cbGrayed: TCheckBox
  196.     Left = 464
  197.     Top = 184
  198.     Width = 73
  199.     Height = 17
  200.     Caption = 'Gray'
  201.     Checked = True
  202.     Enabled = False
  203.     State = cbChecked
  204.     TabOrder = 12
  205.     OnClick = cbGrayedClick
  206.   end
  207.   object PM_Remain: TPopupMenu
  208.     Left = 88
  209.     Top = 88
  210.     object PI_Add: TMenuItem
  211.       Caption = 'Add Button'
  212.       OnClick = btnNewClick
  213.     end
  214.     object PI_Delete: TMenuItem
  215.       Caption = 'Delete Button'
  216.       OnClick = btnDeleteClick
  217.     end
  218.   end
  219.   object Language: TLanguage
  220.     LangCenter = DM_Language.LangCenter
  221.     ResStrings.Strings = (
  222.       '0001=Separator')
  223.     Left = 200
  224.     Top = 24
  225.   end
  226. end
  227.